home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / sadanastroju / delicious_bookmarks-2.0.64-fx.xpi / chrome / deliciousBookmarks.jar / skin / ybJump.css < prev   
Encoding:
Cascading Style Sheet File  |  2008-06-19  |  868 b   |  48 lines

  1. @CHARSET "ISO-8859-1";
  2.  
  3.     
  4. #ybJumpControl {
  5.     width: 300px; 
  6.     -moz-binding: url("chrome://ybookmarks/content/jumpAutoComplete.xml#jumpAutoComplete");
  7. }
  8.  
  9. #ybTagAutoComplete-popup {
  10.     overflow: -moz-scrollbars-none;
  11. }
  12.  
  13. #ybTagAutoComplete-suggestions {
  14.     overflow: -moz-scrollbars-vertical;
  15. }
  16.  
  17. .bookmarkSuggestionsList {
  18.     border: none;
  19.     border: solid 2px #000000;
  20. }
  21.  
  22. .suggestionHeading {
  23.     font-weight: bold;
  24.     padding-top: 2px;
  25.     padding-bottom: 2px;
  26.     border-bottom: solid 1px #000000;
  27. }
  28.     
  29. .suggestion-tag[color="white"] {
  30.     padding: 2px 7px 2px 7px;
  31.     background-color: #FFFFFF;
  32. }
  33.  
  34. .suggestion-tag[color="grey"] {
  35.     padding: 2px 7px 2px 7px;
  36.     background-color: #EEEEEE;
  37. }
  38.  
  39. .suggestion-tag[highlight="true"] {
  40.     padding: 2px 7px 2px 7px;
  41.       color: white;
  42.       background-color: #3274D0;
  43. }
  44.  
  45. .suggestion-tag-title {
  46.     font-weight: bold;
  47. }
  48.